x ^^ yPerform the bitwise exclusive disjunction ("xor") operation on Python objects.
|
If one of the arguments is a Macaulay2 object, then it is first converted to a Python object.
|
|
In Python, the ^ operator corresponds to the bitwise xor operation. We use ^^ in this case for consistency with the rest of Macaulay2. The ^ operator is used for exponentiation.
The source of this document is in Python/doc/bitwise.m2:435:0.